Html Css Color HEX #663ABF Purple Heart

📋 copy color: '#663ABF'

red 102 ◦ green 58 ◦ blue 191

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

Shades of Purple Heart #663ABF

Tints of Purple Heart #663ABF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.52%

 BLUE value IS 191 (75% from 255) = 54.42%

R = 29.06%
G = 16.52%
B = 54.42%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#663ABF (or 0x663ABF) is known color: Purple Heart. HEX triplet: 66, 3A and BF. RGB value is (102,58,191). Sum of RGB (Red+Green+Blue) = 102+58+191=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #663ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663ABF is #99C540. Grayscale: #555555. Windows color (decimal): -10077505 or 12532326. OLE color: 12532326.

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

Color convert

RGB 102 58 191 -
CMYK 0.47 0.70 0 0.25
HSL 259.85º 0.53% 0.49% -
HSV(B) 259.85º 0.7% 0.75% -
XYZ 16.4 9.61 50.28 -
YUV 86.32 187.08 139.19 -
System Red Green Blue C M Y K H S L
Decimal 102 58 191 0.47 0.70 0 0.25 259.85 0.53 0.49
Hex 66 3A BF 2F 46 0 19 104 35 31
Octal 146 72 277 57 106 0 31 404 65 61
Binary 1100110 111010 10111111 101111 1000110 0 11001 100000100 110101 110001

Color Harmonies of #663ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663ABF

Black with #663ABF

Text Example


Text Example

White with #663ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,58,191); }

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

background-color css

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

 a { background-color: rgb(102,58,191); }

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

border-color css

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

 span { border-color: rgb(102,58,191); }

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