Html Css Color HEX #6124DD Purple Heart

📋 copy color: '#6124DD'

red 97 ◦ green 36 ◦ blue 221

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

Shades of Purple Heart #6124DD

Tints of Purple Heart #6124DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.43%

R = 27.4%
G = 10.17%
B = 62.43%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6124DD (or 0x6124DD) is known color: Purple Heart. HEX triplet: 61, 24 and DD. RGB value is (97,36,221). Sum of RGB (Red+Green+Blue) = 97+36+221=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #6124DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6124DD is #9EDB22. Grayscale: #4A4A4A. Windows color (decimal): -10410787 or 14492769. OLE color: 14492769.

HSL color Cylindrical-coordinate representation of color #6124DD: hue angle of 259.78º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6124DD is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 36 221 -
CMYK 0.56 0.84 0 0.13
HSL 259.78º 0.73% 0.5% -
HSV(B) 259.78º 0.84% 0.87% -
XYZ 18.61 9.02 69.17 -
YUV 75.33 210.21 143.46 -
System Red Green Blue C M Y K H S L
Decimal 97 36 221 0.56 0.84 0 0.13 259.78 0.73 0.5
Hex 61 24 DD 38 54 0 D 104 49 32
Octal 141 44 335 70 124 0 15 404 111 62
Binary 1100001 100100 11011101 111000 1010100 0 1101 100000100 1001001 110010

Color Harmonies of #6124DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6124DD

Black with #6124DD

Text Example


Text Example

White with #6124DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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