Html Css Color HEX #6621BC Purple Heart

📋 copy color: '#6621BC'

red 102 ◦ green 33 ◦ blue 188

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

Shades of Purple Heart #6621BC

Tints of Purple Heart #6621BC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.22%

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

R = 31.58%
G = 10.22%
B = 58.2%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6621BC (or 0x6621BC) is known color: Purple Heart. HEX triplet: 66, 21 and BC. RGB value is (102,33,188). Sum of RGB (Red+Green+Blue) = 102+33+188=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #6621BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6621BC is #99DE43. Grayscale: #464646. Windows color (decimal): -10083908 or 12329318. OLE color: 12329318.

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

Color convert

RGB 102 33 188 -
CMYK 0.46 0.82 0 0.26
HSL 266.71º 0.7% 0.43% -
HSV(B) 266.71º 0.82% 0.74% -
XYZ 15.1 7.54 48.24 -
YUV 71.3 193.86 149.9 -
System Red Green Blue C M Y K H S L
Decimal 102 33 188 0.46 0.82 0 0.26 266.71 0.7 0.43
Hex 66 21 BC 2E 52 0 1A 10B 46 2B
Octal 146 41 274 56 122 0 32 413 106 53
Binary 1100110 100001 10111100 101110 1010010 0 11010 100001011 1000110 101011

Color Harmonies of #6621BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6621BC

Black with #6621BC

Text Example


Text Example

White with #6621BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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