Html Css Color HEX #6629BB Purple Heart

📋 copy color: '#6629BB'

red 102 ◦ green 41 ◦ blue 187

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

Shades of Purple Heart #6629BB

Tints of Purple Heart #6629BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.67%

R = 30.91%
G = 12.42%
B = 56.67%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6629BB (or 0x6629BB) is known color: Purple Heart. HEX triplet: 66, 29 and BB. RGB value is (102,41,187). Sum of RGB (Red+Green+Blue) = 102+41+187=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #6629BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6629BB is #99D644. Grayscale: #4B4B4B. Windows color (decimal): -10081861 or 12265830. OLE color: 12265830.

HSL color Cylindrical-coordinate representation of color #6629BB: hue angle of 265.07º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6629BB is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 41 187 -
CMYK 0.45 0.78 0 0.27
HSL 265.07º 0.64% 0.45% -
HSV(B) 265.07º 0.78% 0.73% -
XYZ 15.24 8 47.75 -
YUV 75.88 190.71 146.63 -
System Red Green Blue C M Y K H S L
Decimal 102 41 187 0.45 0.78 0 0.27 265.07 0.64 0.45
Hex 66 29 BB 2D 4E 0 1B 109 40 2D
Octal 146 51 273 55 116 0 33 411 100 55
Binary 1100110 101001 10111011 101101 1001110 0 11011 100001001 1000000 101101

Color Harmonies of #6629BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6629BB

Black with #6629BB

Text Example


Text Example

White with #6629BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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