Html Css Color HEX #663AE5 Purple Heart

📋 copy color: '#663AE5'

red 102 ◦ green 58 ◦ blue 229

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

Shades of Purple Heart #663AE5

Tints of Purple Heart #663AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 58.87%

R = 26.22%
G = 14.91%
B = 58.87%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#663AE5 (or 0x663AE5) is known color: Purple Heart. HEX triplet: 66, 3A and E5. RGB value is (102,58,229). Sum of RGB (Red+Green+Blue) = 102+58+229=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 229 (89.84% from 255 or 58.87% from 389); Max value from RGB is 229 - color contains mainly: blue. Hex color #663AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663AE5 is #99C51A. Grayscale: #5A5A5A. Windows color (decimal): -10077467 or 15022694. OLE color: 15022694.

HSL color Cylindrical-coordinate representation of color #663AE5: hue angle of 255.44º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #663AE5 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 102 58 229 -
CMYK 0.55 0.75 0 0.10
HSL 255.44º 0.77% 0.56% -
HSV(B) 255.44º 0.75% 0.9% -
XYZ 21.14 11.51 75.24 -
YUV 90.65 206.08 136.1 -
System Red Green Blue C M Y K H S L
Decimal 102 58 229 0.55 0.75 0 0.10 255.44 0.77 0.56
Hex 66 3A E5 37 4B 0 A FF 4D 38
Octal 146 72 345 67 113 0 12 377 115 70
Binary 1100110 111010 11100101 110111 1001011 0 1010 11111111 1001101 111000

Color Harmonies of #663AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663AE5

Black with #663AE5

Text Example


Text Example

White with #663AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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