Html Css Color HEX #6124DB Purple Heart

📋 copy color: '#6124DB'

red 97 ◦ green 36 ◦ blue 219

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

Shades of Purple Heart #6124DB

Tints of Purple Heart #6124DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.22%

R = 27.56%
G = 10.23%
B = 62.22%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6124DB (or 0x6124DB) is known color: Purple Heart. HEX triplet: 61, 24 and DB. RGB value is (97,36,219). Sum of RGB (Red+Green+Blue) = 97+36+219=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #6124DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6124DB is #9EDB24. Grayscale: #4A4A4A. Windows color (decimal): -10410789 or 14361697. OLE color: 14361697.

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

Color convert

RGB 97 36 219 -
CMYK 0.56 0.84 0 0.14
HSL 260º 0.72% 0.5% -
HSV(B) 260º 0.84% 0.86% -
XYZ 18.35 8.92 67.77 -
YUV 75.1 209.21 143.62 -
System Red Green Blue C M Y K H S L
Decimal 97 36 219 0.56 0.84 0 0.14 260 0.72 0.5
Hex 61 24 DB 38 54 0 E 104 48 32
Octal 141 44 333 70 124 0 16 404 110 62
Binary 1100001 100100 11011011 111000 1010100 0 1110 100000100 1001000 110010

Color Harmonies of #6124DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6124DB

Black with #6124DB

Text Example


Text Example

White with #6124DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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