Html Css Color HEX #6629E1 Purple Heart

📋 copy color: '#6629E1'

red 102 ◦ green 41 ◦ blue 225

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

Shades of Purple Heart #6629E1

Tints of Purple Heart #6629E1

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.14%

 BLUE value IS 225 (88.28% from 255) = 61.14%

R = 27.72%
G = 11.14%
B = 61.14%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6629E1 (or 0x6629E1) is known color: Purple Heart. HEX triplet: 66, 29 and E1. RGB value is (102,41,225). Sum of RGB (Red+Green+Blue) = 102+41+225=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 225 (88.28% from 255 or 61.14% from 368); Max value from RGB is 225 - color contains mainly: blue. Hex color #6629E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6629E1 is #99D61E. Grayscale: #4F4F4F. Windows color (decimal): -10081823 or 14756198. OLE color: 14756198.

HSL color Cylindrical-coordinate representation of color #6629E1: hue angle of 259.89º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6629E1 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 41 225 -
CMYK 0.55 0.82 0 0.12
HSL 259.89º 0.75% 0.52% -
HSV(B) 259.89º 0.82% 0.88% -
XYZ 19.86 9.85 72.09 -
YUV 80.22 209.71 143.54 -
System Red Green Blue C M Y K H S L
Decimal 102 41 225 0.55 0.82 0 0.12 259.89 0.75 0.52
Hex 66 29 E1 37 52 0 C 104 4B 34
Octal 146 51 341 67 122 0 14 404 113 64
Binary 1100110 101001 11100001 110111 1010010 0 1100 100000100 1001011 110100

Color Harmonies of #6629E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6629E1

Black with #6629E1

Text Example


Text Example

White with #6629E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6629E1; }

 p { color: rgb(102,41,225); }

 H1.HeaderClassName
 {
   color: #6629E1;
 }
 .AnyTagClassName
 {
   color: #6629E1;
 }
</style>

background-color css

<style>
 a { background-color: #6629E1; }

 a { background-color: rgb(102,41,225); }

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

border-color css

<style>
 span { border-color: #6629E1; }

 span { border-color: rgb(102,41,225); }

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