Html Css Color HEX #663BBC Purple Heart

📋 copy color: '#663BBC'

red 102 ◦ green 59 ◦ blue 188

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

Shades of Purple Heart #663BBC

Tints of Purple Heart #663BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 29.23%
G = 16.91%
B = 53.87%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#663BBC (or 0x663BBC) is known color: Purple Heart. HEX triplet: 66, 3B and BC. RGB value is (102,59,188). Sum of RGB (Red+Green+Blue) = 102+59+188=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #663BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663BBC is #99C443. Grayscale: #565656. Windows color (decimal): -10077252 or 12335974. OLE color: 12335974.

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

Color convert

RGB 102 59 188 -
CMYK 0.46 0.69 0 0.26
HSL 260º 0.52% 0.48% -
HSV(B) 260º 0.69% 0.74% -
XYZ 16.12 9.58 48.58 -
YUV 86.56 185.25 139.01 -
System Red Green Blue C M Y K H S L
Decimal 102 59 188 0.46 0.69 0 0.26 260 0.52 0.48
Hex 66 3B BC 2E 45 0 1A 104 34 30
Octal 146 73 274 56 105 0 32 404 64 60
Binary 1100110 111011 10111100 101110 1000101 0 11010 100000100 110100 110000

Color Harmonies of #663BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663BBC

Black with #663BBC

Text Example


Text Example

White with #663BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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