Html Css Color HEX #6124CB Purple Heart

📋 copy color: '#6124CB'

red 97 ◦ green 36 ◦ blue 203

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

Shades of Purple Heart #6124CB

Tints of Purple Heart #6124CB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.71%

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

R = 28.87%
G = 10.71%
B = 60.42%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6124CB (or 0x6124CB) is known color: Purple Heart. HEX triplet: 61, 24 and CB. RGB value is (97,36,203). Sum of RGB (Red+Green+Blue) = 97+36+203=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #6124CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6124CB is #9EDB34. Grayscale: #484848. Windows color (decimal): -10410805 or 13313121. OLE color: 13313121.

HSL color Cylindrical-coordinate representation of color #6124CB: hue angle of 261.92º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6124CB is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 36 203 -
CMYK 0.52 0.82 0 0.20
HSL 261.92º 0.7% 0.47% -
HSV(B) 261.92º 0.82% 0.8% -
XYZ 16.34 8.11 57.21 -
YUV 73.28 201.21 144.92 -
System Red Green Blue C M Y K H S L
Decimal 97 36 203 0.52 0.82 0 0.20 261.92 0.7 0.47
Hex 61 24 CB 34 52 0 14 106 46 2F
Octal 141 44 313 64 122 0 24 406 106 57
Binary 1100001 100100 11001011 110100 1010010 0 10100 100000110 1000110 101111

Color Harmonies of #6124CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6124CB

Black with #6124CB

Text Example


Text Example

White with #6124CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6124CB; }

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

 H1.HeaderClassName
 {
   color: #6124CB;
 }
 .AnyTagClassName
 {
   color: #6124CB;
 }
</style>

background-color css

<style>
 a { background-color: #6124CB; }

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

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

border-color css

<style>
 span { border-color: #6124CB; }

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

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