Html Css Color HEX #663DB9 Purple Heart

📋 copy color: '#663DB9'

red 102 ◦ green 61 ◦ blue 185

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

Shades of Purple Heart #663DB9

Tints of Purple Heart #663DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.53%

 BLUE value IS 185 (72.66% from 255) = 53.16%

R = 29.31%
G = 17.53%
B = 53.16%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#663DB9 (or 0x663DB9) is known color: Purple Heart. HEX triplet: 66, 3D and B9. RGB value is (102,61,185). Sum of RGB (Red+Green+Blue) = 102+61+185=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 185 (72.66% from 255 or 53.16% from 348); Max value from RGB is 185 - color contains mainly: blue. Hex color #663DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DB9 is #99C246. Grayscale: #565656. Windows color (decimal): -10076743 or 12139878. OLE color: 12139878.

HSL color Cylindrical-coordinate representation of color #663DB9: hue angle of 259.84º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #663DB9 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 61 185 -
CMYK 0.45 0.67 0 0.27
HSL 259.84º 0.5% 0.48% -
HSV(B) 259.84º 0.67% 0.73% -
XYZ 15.91 9.67 46.93 -
YUV 87.4 183.08 138.42 -
System Red Green Blue C M Y K H S L
Decimal 102 61 185 0.45 0.67 0 0.27 259.84 0.5 0.48
Hex 66 3D B9 2D 43 0 1B 104 32 30
Octal 146 75 271 55 103 0 33 404 62 60
Binary 1100110 111101 10111001 101101 1000011 0 11011 100000100 110010 110000

Color Harmonies of #663DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663DB9

Black with #663DB9

Text Example


Text Example

White with #663DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663DB9; }

 p { color: rgb(102,61,185); }

 H1.HeaderClassName
 {
   color: #663DB9;
 }
 .AnyTagClassName
 {
   color: #663DB9;
 }
</style>

background-color css

<style>
 a { background-color: #663DB9; }

 a { background-color: rgb(102,61,185); }

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

border-color css

<style>
 span { border-color: #663DB9; }

 span { border-color: rgb(102,61,185); }

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