Html Css Color HEX #6629BE Purple Heart

📋 copy color: '#6629BE'

red 102 ◦ green 41 ◦ blue 190

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

Shades of Purple Heart #6629BE

Tints of Purple Heart #6629BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.06%

R = 30.63%
G = 12.31%
B = 57.06%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6629BE (or 0x6629BE) is known color: Purple Heart. HEX triplet: 66, 29 and BE. RGB value is (102,41,190). Sum of RGB (Red+Green+Blue) = 102+41+190=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #6629BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6629BE is #99D641. Grayscale: #4B4B4B. Windows color (decimal): -10081858 or 12462438. OLE color: 12462438.

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

Color convert

RGB 102 41 190 -
CMYK 0.46 0.78 0 0.25
HSL 264.56º 0.65% 0.45% -
HSV(B) 264.56º 0.78% 0.75% -
XYZ 15.57 8.13 49.46 -
YUV 76.23 192.21 146.38 -
System Red Green Blue C M Y K H S L
Decimal 102 41 190 0.46 0.78 0 0.25 264.56 0.65 0.45
Hex 66 29 BE 2E 4E 0 19 109 41 2D
Octal 146 51 276 56 116 0 31 411 101 55
Binary 1100110 101001 10111110 101110 1001110 0 11001 100001001 1000001 101101

Color Harmonies of #6629BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6629BE

Black with #6629BE

Text Example


Text Example

White with #6629BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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