Html Css Color HEX #663CBA Purple Heart

📋 copy color: '#663CBA'

red 102 ◦ green 60 ◦ blue 186

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

Shades of Purple Heart #663CBA

Tints of Purple Heart #663CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.24%

 BLUE value IS 186 (73.05% from 255) = 53.45%

R = 29.31%
G = 17.24%
B = 53.45%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#663CBA (or 0x663CBA) is known color: Purple Heart. HEX triplet: 66, 3C and BA. RGB value is (102,60,186). Sum of RGB (Red+Green+Blue) = 102+60+186=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #663CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663CBA is #99C345. Grayscale: #565656. Windows color (decimal): -10076998 or 12205158. OLE color: 12205158.

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

Color convert

RGB 102 60 186 -
CMYK 0.45 0.68 0 0.27
HSL 260º 0.51% 0.48% -
HSV(B) 260º 0.68% 0.73% -
XYZ 15.96 9.6 47.47 -
YUV 86.92 183.91 138.75 -
System Red Green Blue C M Y K H S L
Decimal 102 60 186 0.45 0.68 0 0.27 260 0.51 0.48
Hex 66 3C BA 2D 44 0 1B 104 33 30
Octal 146 74 272 55 104 0 33 404 63 60
Binary 1100110 111100 10111010 101101 1000100 0 11011 100000100 110011 110000

Color Harmonies of #663CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663CBA

Black with #663CBA

Text Example


Text Example

White with #663CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,60,186); }

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

background-color css

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

 a { background-color: rgb(102,60,186); }

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

border-color css

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

 span { border-color: rgb(102,60,186); }

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