Html Css Color HEX #6027DD Purple Heart

📋 copy color: '#6027DD'

red 96 ◦ green 39 ◦ blue 221

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

Shades of Purple Heart #6027DD

Tints of Purple Heart #6027DD

RGB

 RED value IS 96 (37.89% from 255) = 26.97%

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

 BLUE value IS 221 (86.72% from 255) = 62.08%

R = 26.97%
G = 10.96%
B = 62.08%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6027DD (or 0x6027DD) is known color: Purple Heart. HEX triplet: 60, 27 and DD. RGB value is (96,39,221). Sum of RGB (Red+Green+Blue) = 96+39+221=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #6027DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6027DD is #9FD822. Grayscale: #4C4C4C. Windows color (decimal): -10475555 or 14493536. OLE color: 14493536.

HSL color Cylindrical-coordinate representation of color #6027DD: hue angle of 258.79º 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 #6027DD is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 39 221 -
CMYK 0.57 0.82 0 0.13
HSL 258.79º 0.73% 0.51% -
HSV(B) 258.79º 0.82% 0.87% -
XYZ 18.6 9.16 69.19 -
YUV 76.79 209.38 141.7 -
System Red Green Blue C M Y K H S L
Decimal 96 39 221 0.57 0.82 0 0.13 258.79 0.73 0.51
Hex 60 27 DD 39 52 0 D 103 49 33
Octal 140 47 335 71 122 0 15 403 111 63
Binary 1100000 100111 11011101 111001 1010010 0 1101 100000011 1001001 110011

Color Harmonies of #6027DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6027DD

Black with #6027DD

Text Example


Text Example

White with #6027DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6027DD; }

 p { color: rgb(96,39,221); }

 H1.HeaderClassName
 {
   color: #6027DD;
 }
 .AnyTagClassName
 {
   color: #6027DD;
 }
</style>

background-color css

<style>
 a { background-color: #6027DD; }

 a { background-color: rgb(96,39,221); }

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

border-color css

<style>
 span { border-color: #6027DD; }

 span { border-color: rgb(96,39,221); }

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