Html Css Color HEX #6126DB Purple Heart

📋 copy color: '#6126DB'

red 97 ◦ green 38 ◦ blue 219

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

Shades of Purple Heart #6126DB

Tints of Purple Heart #6126DB

RGB

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

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

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

R = 27.4%
G = 10.73%
B = 61.86%

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

#6126DB (or 0x6126DB) is known color: Purple Heart. HEX triplet: 61, 26 and DB. RGB value is (97,38,219). Sum of RGB (Red+Green+Blue) = 97+38+219=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #6126DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6126DB is #9ED924. Grayscale: #4B4B4B. Windows color (decimal): -10410277 or 14362209. OLE color: 14362209.

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

Color convert

RGB 97 38 219 -
CMYK 0.56 0.83 0 0.14
HSL 259.56º 0.72% 0.5% -
HSV(B) 259.56º 0.83% 0.86% -
XYZ 18.41 9.04 67.79 -
YUV 76.28 208.55 142.78 -
System Red Green Blue C M Y K H S L
Decimal 97 38 219 0.56 0.83 0 0.14 259.56 0.72 0.5
Hex 61 26 DB 38 53 0 E 104 48 32
Octal 141 46 333 70 123 0 16 404 110 62
Binary 1100001 100110 11011011 111000 1010011 0 1110 100000100 1001000 110010

Color Harmonies of #6126DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6126DB

Black with #6126DB

Text Example


Text Example

White with #6126DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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