Html Css Color HEX #6629BC Purple Heart

📋 copy color: '#6629BC'

red 102 ◦ green 41 ◦ blue 188

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

Shades of Purple Heart #6629BC

Tints of Purple Heart #6629BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 30.82%
G = 12.39%
B = 56.8%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6629BC (or 0x6629BC) is known color: Purple Heart. HEX triplet: 66, 29 and BC. RGB value is (102,41,188). Sum of RGB (Red+Green+Blue) = 102+41+188=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #6629BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6629BC is #99D643. Grayscale: #4B4B4B. Windows color (decimal): -10081860 or 12331366. OLE color: 12331366.

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

Color convert

RGB 102 41 188 -
CMYK 0.46 0.78 0 0.26
HSL 264.9º 0.64% 0.45% -
HSV(B) 264.9º 0.78% 0.74% -
XYZ 15.35 8.04 48.32 -
YUV 76 191.21 146.55 -
System Red Green Blue C M Y K H S L
Decimal 102 41 188 0.46 0.78 0 0.26 264.9 0.64 0.45
Hex 66 29 BC 2E 4E 0 1A 109 40 2D
Octal 146 51 274 56 116 0 32 411 100 55
Binary 1100110 101001 10111100 101110 1001110 0 11010 100001001 1000000 101101

Color Harmonies of #6629BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6629BC

Black with #6629BC

Text Example


Text Example

White with #6629BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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