Html Css Color HEX #6645BD Purple Heart

📋 copy color: '#6645BD'

red 102 ◦ green 69 ◦ blue 189

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

Shades of Purple Heart #6645BD

Tints of Purple Heart #6645BD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.17%

 BLUE value IS 189 (74.22% from 255) = 52.5%

R = 28.33%
G = 19.17%
B = 52.5%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6645BD (or 0x6645BD) is known color: Purple Heart. HEX triplet: 66, 45 and BD. RGB value is (102,69,189). Sum of RGB (Red+Green+Blue) = 102+69+189=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #6645BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6645BD is #99BA42. Grayscale: #5C5C5C. Windows color (decimal): -10074691 or 12404070. OLE color: 12404070.

HSL color Cylindrical-coordinate representation of color #6645BD: hue angle of 256.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6645BD is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 69 189 -
CMYK 0.46 0.63 0 0.26
HSL 256.5º 0.48% 0.51% -
HSV(B) 256.5º 0.63% 0.74% -
XYZ 16.79 10.76 49.33 -
YUV 92.55 182.43 134.74 -
System Red Green Blue C M Y K H S L
Decimal 102 69 189 0.46 0.63 0 0.26 256.5 0.48 0.51
Hex 66 45 BD 2E 3F 0 1A 100 30 33
Octal 146 105 275 56 77 0 32 400 60 63
Binary 1100110 1000101 10111101 101110 111111 0 11010 100000000 110000 110011

Color Harmonies of #6645BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6645BD

Black with #6645BD

Text Example


Text Example

White with #6645BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6645BD; }

 p { color: rgb(102,69,189); }

 H1.HeaderClassName
 {
   color: #6645BD;
 }
 .AnyTagClassName
 {
   color: #6645BD;
 }
</style>

background-color css

<style>
 a { background-color: #6645BD; }

 a { background-color: rgb(102,69,189); }

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

border-color css

<style>
 span { border-color: #6645BD; }

 span { border-color: rgb(102,69,189); }

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