Html Css Color HEX #611FCB Purple Heart

📋 copy color: '#611FCB'

red 97 ◦ green 31 ◦ blue 203

#611FCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #611FCB

Tints of Purple Heart #611FCB

RGB

 RED value IS 97 (38.28% from 255) = 29.31%

 GREEN value IS 31 (12.5% from 255) = 9.37%

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 29.31%
G = 9.37%
B = 61.33%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#611FCB (or 0x611FCB) is known color: Purple Heart. HEX triplet: 61, 1F and CB. RGB value is (97,31,203). Sum of RGB (Red+Green+Blue) = 97+31+203=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #611FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611FCB is #9EE034. Grayscale: #454545. Windows color (decimal): -10412085 or 13311841. OLE color: 13311841.

HSL color Cylindrical-coordinate representation of color #611FCB: hue angle of 263.02º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #611FCB is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 31 203 -
CMYK 0.52 0.85 0 0.20
HSL 263.02º 0.74% 0.46% -
HSV(B) 263.02º 0.85% 0.8% -
XYZ 16.2 7.83 57.16 -
YUV 70.34 202.87 147.01 -
System Red Green Blue C M Y K H S L
Decimal 97 31 203 0.52 0.85 0 0.20 263.02 0.74 0.46
Hex 61 1F CB 34 55 0 14 107 4A 2E
Octal 141 37 313 64 125 0 24 407 112 56
Binary 1100001 11111 11001011 110100 1010101 0 10100 100000111 1001010 101110

Color Harmonies of #611FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611FCB

Black with #611FCB

Text Example


Text Example

White with #611FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611FCB; }

 p { color: rgb(97,31,203); }

 H1.HeaderClassName
 {
   color: #611FCB;
 }
 .AnyTagClassName
 {
   color: #611FCB;
 }
</style>

background-color css

<style>
 a { background-color: #611FCB; }

 a { background-color: rgb(97,31,203); }

 div.DivClassName
 {
   background-color: #611FCB;
 }
 .BgClassName
 {
   background-color: #611FCB;
 }
</style>

border-color css

<style>
 span { border-color: #611FCB; }

 span { border-color: rgb(97,31,203); }

 td.TdClassName
 {
   border-color: #611FCB;
 }
 .TagClassName
 {
   border-color: #611FCB;
 }
</style>