Html Css Color HEX #663BBE Purple Heart

📋 copy color: '#663BBE'

red 102 ◦ green 59 ◦ blue 190

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

Shades of Purple Heart #663BBE

Tints of Purple Heart #663BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.81%

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

R = 29.06%
G = 16.81%
B = 54.13%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#663BBE (or 0x663BBE) is known color: Purple Heart. HEX triplet: 66, 3B and BE. RGB value is (102,59,190). Sum of RGB (Red+Green+Blue) = 102+59+190=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #663BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663BBE is #99C441. Grayscale: #565656. Windows color (decimal): -10077250 or 12467046. OLE color: 12467046.

HSL color Cylindrical-coordinate representation of color #663BBE: hue angle of 259.69º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #663BBE is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 59 190 -
CMYK 0.46 0.69 0 0.25
HSL 259.69º 0.53% 0.49% -
HSV(B) 259.69º 0.69% 0.75% -
XYZ 16.34 9.67 49.72 -
YUV 86.79 186.25 138.85 -
System Red Green Blue C M Y K H S L
Decimal 102 59 190 0.46 0.69 0 0.25 259.69 0.53 0.49
Hex 66 3B BE 2E 45 0 19 104 35 31
Octal 146 73 276 56 105 0 31 404 65 61
Binary 1100110 111011 10111110 101110 1000101 0 11001 100000100 110101 110001

Color Harmonies of #663BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663BBE

Black with #663BBE

Text Example


Text Example

White with #663BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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