Html Css Color HEX #6124CC Purple Heart

📋 copy color: '#6124CC'

red 97 ◦ green 36 ◦ blue 204

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

Shades of Purple Heart #6124CC

Tints of Purple Heart #6124CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.53%

R = 28.78%
G = 10.68%
B = 60.53%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6124CC (or 0x6124CC) is known color: Purple Heart. HEX triplet: 61, 24 and CC. RGB value is (97,36,204). Sum of RGB (Red+Green+Blue) = 97+36+204=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #6124CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6124CC is #9EDB33. Grayscale: #484848. Windows color (decimal): -10410804 or 13378657. OLE color: 13378657.

HSL color Cylindrical-coordinate representation of color #6124CC: hue angle of 261.79º 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 #6124CC is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 36 204 -
CMYK 0.52 0.82 0 0.2
HSL 261.79º 0.7% 0.47% -
HSV(B) 261.79º 0.82% 0.8% -
XYZ 16.46 8.16 57.83 -
YUV 73.39 201.71 144.84 -
System Red Green Blue C M Y K H S L
Decimal 97 36 204 0.52 0.82 0 0.2 261.79 0.7 0.47
Hex 61 24 CC 34 52 0 14 106 46 2F
Octal 141 44 314 64 122 0 24 406 106 57
Binary 1100001 100100 11001100 110100 1010010 0 10100 100000110 1000110 101111

Color Harmonies of #6124CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6124CC

Black with #6124CC

Text Example


Text Example

White with #6124CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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