Html Css Color HEX #663BE6 Purple Heart

📋 copy color: '#663BE6'

red 102 ◦ green 59 ◦ blue 230

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

Shades of Purple Heart #663BE6

Tints of Purple Heart #663BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 58.82%

R = 26.09%
G = 15.09%
B = 58.82%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#663BE6 (or 0x663BE6) is known color: Purple Heart. HEX triplet: 66, 3B and E6. RGB value is (102,59,230). Sum of RGB (Red+Green+Blue) = 102+59+230=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 230 (90.23% from 255 or 58.82% from 391); Max value from RGB is 230 - color contains mainly: blue. Hex color #663BE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663BE6 is #99C419. Grayscale: #5A5A5A. Windows color (decimal): -10077210 or 15088486. OLE color: 15088486.

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

Color convert

RGB 102 59 230 -
CMYK 0.56 0.74 0 0.10
HSL 255.09º 0.77% 0.57% -
HSV(B) 255.09º 0.74% 0.9% -
XYZ 21.33 11.67 75.99 -
YUV 91.35 206.25 135.6 -
System Red Green Blue C M Y K H S L
Decimal 102 59 230 0.56 0.74 0 0.10 255.09 0.77 0.57
Hex 66 3B E6 38 4A 0 A FF 4D 39
Octal 146 73 346 70 112 0 12 377 115 71
Binary 1100110 111011 11100110 111000 1001010 0 1010 11111111 1001101 111001

Color Harmonies of #663BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663BE6

Black with #663BE6

Text Example


Text Example

White with #663BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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