Html Css Color HEX #6126DC Purple Heart

📋 copy color: '#6126DC'

red 97 ◦ green 38 ◦ blue 220

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

Shades of Purple Heart #6126DC

Tints of Purple Heart #6126DC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.7%

 BLUE value IS 220 (86.33% from 255) = 61.97%

R = 27.32%
G = 10.7%
B = 61.97%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6126DC (or 0x6126DC) is known color: Purple Heart. HEX triplet: 61, 26 and DC. RGB value is (97,38,220). Sum of RGB (Red+Green+Blue) = 97+38+220=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #6126DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6126DC is #9ED923. Grayscale: #4B4B4B. Windows color (decimal): -10410276 or 14427745. OLE color: 14427745.

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

Color convert

RGB 97 38 220 -
CMYK 0.56 0.83 0 0.14
HSL 259.45º 0.72% 0.51% -
HSV(B) 259.45º 0.83% 0.86% -
XYZ 18.54 9.09 68.49 -
YUV 76.39 209.05 142.7 -
System Red Green Blue C M Y K H S L
Decimal 97 38 220 0.56 0.83 0 0.14 259.45 0.72 0.51
Hex 61 26 DC 38 53 0 E 103 48 33
Octal 141 46 334 70 123 0 16 403 110 63
Binary 1100001 100110 11011100 111000 1010011 0 1110 100000011 1001000 110011

Color Harmonies of #6126DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6126DC

Black with #6126DC

Text Example


Text Example

White with #6126DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6126DC; }

 p { color: rgb(97,38,220); }

 H1.HeaderClassName
 {
   color: #6126DC;
 }
 .AnyTagClassName
 {
   color: #6126DC;
 }
</style>

background-color css

<style>
 a { background-color: #6126DC; }

 a { background-color: rgb(97,38,220); }

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

border-color css

<style>
 span { border-color: #6126DC; }

 span { border-color: rgb(97,38,220); }

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