Html Css Color HEX #6629BA Purple Heart

📋 copy color: '#6629BA'

red 102 ◦ green 41 ◦ blue 186

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

Shades of Purple Heart #6629BA

Tints of Purple Heart #6629BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.53%

R = 31%
G = 12.46%
B = 56.53%

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

#6629BA (or 0x6629BA) is known color: Purple Heart. HEX triplet: 66, 29 and BA. RGB value is (102,41,186). Sum of RGB (Red+Green+Blue) = 102+41+186=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #6629BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6629BA is #99D645. Grayscale: #4B4B4B. Windows color (decimal): -10081862 or 12200294. OLE color: 12200294.

HSL color Cylindrical-coordinate representation of color #6629BA: hue angle of 265.24º 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 #6629BA is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 41 186 -
CMYK 0.45 0.78 0 0.27
HSL 265.24º 0.64% 0.45% -
HSV(B) 265.24º 0.78% 0.73% -
XYZ 15.14 7.96 47.19 -
YUV 75.77 190.21 146.71 -
System Red Green Blue C M Y K H S L
Decimal 102 41 186 0.45 0.78 0 0.27 265.24 0.64 0.45
Hex 66 29 BA 2D 4E 0 1B 109 40 2D
Octal 146 51 272 55 116 0 33 411 100 55
Binary 1100110 101001 10111010 101101 1001110 0 11011 100001001 1000000 101101

Color Harmonies of #6629BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6629BA

Black with #6629BA

Text Example


Text Example

White with #6629BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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