Html Css Color HEX #6124DE Purple Heart

📋 copy color: '#6124DE'

red 97 ◦ green 36 ◦ blue 222

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

Shades of Purple Heart #6124DE

Tints of Purple Heart #6124DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.54%

R = 27.32%
G = 10.14%
B = 62.54%

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

#6124DE (or 0x6124DE) is known color: Purple Heart. HEX triplet: 61, 24 and DE. RGB value is (97,36,222). Sum of RGB (Red+Green+Blue) = 97+36+222=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #6124DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6124DE is #9EDB21. Grayscale: #4A4A4A. Windows color (decimal): -10410786 or 14558305. OLE color: 14558305.

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

Color convert

RGB 97 36 222 -
CMYK 0.56 0.84 0 0.13
HSL 259.68º 0.74% 0.51% -
HSV(B) 259.68º 0.84% 0.87% -
XYZ 18.75 9.08 69.87 -
YUV 75.44 210.71 143.38 -
System Red Green Blue C M Y K H S L
Decimal 97 36 222 0.56 0.84 0 0.13 259.68 0.74 0.51
Hex 61 24 DE 38 54 0 D 104 4A 33
Octal 141 44 336 70 124 0 15 404 112 63
Binary 1100001 100100 11011110 111000 1010100 0 1101 100000100 1001010 110011

Color Harmonies of #6124DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6124DE

Black with #6124DE

Text Example


Text Example

White with #6124DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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