Html Css Color HEX #6127DE Purple Heart

📋 copy color: '#6127DE'

red 97 ◦ green 39 ◦ blue 222

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

Shades of Purple Heart #6127DE

Tints of Purple Heart #6127DE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.89%

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

R = 27.09%
G = 10.89%
B = 62.01%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6127DE (or 0x6127DE) is known color: Purple Heart. HEX triplet: 61, 27 and DE. RGB value is (97,39,222). Sum of RGB (Red+Green+Blue) = 97+39+222=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #6127DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6127DE is #9ED821. Grayscale: #4C4C4C. Windows color (decimal): -10410018 or 14559073. OLE color: 14559073.

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

Color convert

RGB 97 39 222 -
CMYK 0.56 0.82 0 0.13
HSL 259.02º 0.73% 0.51% -
HSV(B) 259.02º 0.82% 0.87% -
XYZ 18.84 9.27 69.9 -
YUV 77.2 209.72 142.12 -
System Red Green Blue C M Y K H S L
Decimal 97 39 222 0.56 0.82 0 0.13 259.02 0.73 0.51
Hex 61 27 DE 38 52 0 D 103 49 33
Octal 141 47 336 70 122 0 15 403 111 63
Binary 1100001 100111 11011110 111000 1010010 0 1101 100000011 1001001 110011

Color Harmonies of #6127DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6127DE

Black with #6127DE

Text Example


Text Example

White with #6127DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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