Html Css Color HEX #6620BC Purple Heart

📋 copy color: '#6620BC'

red 102 ◦ green 32 ◦ blue 188

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

Shades of Purple Heart #6620BC

Tints of Purple Heart #6620BC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.94%

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

R = 31.68%
G = 9.94%
B = 58.39%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6620BC (or 0x6620BC) is known color: Purple Heart. HEX triplet: 66, 20 and BC. RGB value is (102,32,188). Sum of RGB (Red+Green+Blue) = 102+32+188=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #6620BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6620BC is #99DF43. Grayscale: #464646. Windows color (decimal): -10084164 or 12329062. OLE color: 12329062.

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

Color convert

RGB 102 32 188 -
CMYK 0.46 0.83 0 0.26
HSL 266.92º 0.71% 0.43% -
HSV(B) 266.92º 0.83% 0.74% -
XYZ 15.07 7.49 48.23 -
YUV 70.71 194.19 150.32 -
System Red Green Blue C M Y K H S L
Decimal 102 32 188 0.46 0.83 0 0.26 266.92 0.71 0.43
Hex 66 20 BC 2E 53 0 1A 10B 47 2B
Octal 146 40 274 56 123 0 32 413 107 53
Binary 1100110 100000 10111100 101110 1010011 0 11010 100001011 1000111 101011

Color Harmonies of #6620BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6620BC

Black with #6620BC

Text Example


Text Example

White with #6620BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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