Html Css Color HEX #6621BE Purple Heart

📋 copy color: '#6621BE'

red 102 ◦ green 33 ◦ blue 190

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

Shades of Purple Heart #6621BE

Tints of Purple Heart #6621BE

RGB

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

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

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

R = 31.38%
G = 10.15%
B = 58.46%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6621BE (or 0x6621BE) is known color: Purple Heart. HEX triplet: 66, 21 and BE. RGB value is (102,33,190). Sum of RGB (Red+Green+Blue) = 102+33+190=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #6621BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6621BE is #99DE41. Grayscale: #464646. Windows color (decimal): -10083906 or 12460390. OLE color: 12460390.

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

Color convert

RGB 102 33 190 -
CMYK 0.46 0.83 0 0.25
HSL 266.37º 0.7% 0.44% -
HSV(B) 266.37º 0.83% 0.75% -
XYZ 15.32 7.63 49.38 -
YUV 71.53 194.86 149.73 -
System Red Green Blue C M Y K H S L
Decimal 102 33 190 0.46 0.83 0 0.25 266.37 0.7 0.44
Hex 66 21 BE 2E 53 0 19 10A 46 2C
Octal 146 41 276 56 123 0 31 412 106 54
Binary 1100110 100001 10111110 101110 1010011 0 11001 100001010 1000110 101100

Color Harmonies of #6621BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6621BE

Black with #6621BE

Text Example


Text Example

White with #6621BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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