Html Css Color HEX #6627DD Purple Heart

📋 copy color: '#6627DD'

red 102 ◦ green 39 ◦ blue 221

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

Shades of Purple Heart #6627DD

Tints of Purple Heart #6627DD

RGB

 RED value IS 102 (40.23% from 255) = 28.18%

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

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

R = 28.18%
G = 10.77%
B = 61.05%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6627DD (or 0x6627DD) is known color: Purple Heart. HEX triplet: 66, 27 and DD. RGB value is (102,39,221). Sum of RGB (Red+Green+Blue) = 102+39+221=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #6627DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6627DD is #99D822. Grayscale: #4D4D4D. Windows color (decimal): -10082339 or 14493542. OLE color: 14493542.

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

Color convert

RGB 102 39 221 -
CMYK 0.54 0.82 0 0.13
HSL 260.77º 0.73% 0.51% -
HSV(B) 260.77º 0.82% 0.87% -
XYZ 19.26 9.5 69.22 -
YUV 78.59 208.37 144.7 -
System Red Green Blue C M Y K H S L
Decimal 102 39 221 0.54 0.82 0 0.13 260.77 0.73 0.51
Hex 66 27 DD 36 52 0 D 105 49 33
Octal 146 47 335 66 122 0 15 405 111 63
Binary 1100110 100111 11011101 110110 1010010 0 1101 100000101 1001001 110011

Color Harmonies of #6627DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6627DD

Black with #6627DD

Text Example


Text Example

White with #6627DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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