Html Css Color HEX #663BBA Purple Heart

📋 copy color: '#663BBA'

red 102 ◦ green 59 ◦ blue 186

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

Shades of Purple Heart #663BBA

Tints of Purple Heart #663BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.6%

R = 29.39%
G = 17%
B = 53.6%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#663BBA (or 0x663BBA) is known color: Purple Heart. HEX triplet: 66, 3B and BA. RGB value is (102,59,186). Sum of RGB (Red+Green+Blue) = 102+59+186=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #663BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663BBA is #99C445. Grayscale: #555555. Windows color (decimal): -10077254 or 12204902. OLE color: 12204902.

HSL color Cylindrical-coordinate representation of color #663BBA: hue angle of 260.31º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #663BBA is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 59 186 -
CMYK 0.45 0.68 0 0.27
HSL 260.31º 0.52% 0.48% -
HSV(B) 260.31º 0.68% 0.73% -
XYZ 15.91 9.5 47.45 -
YUV 86.34 184.25 139.17 -
System Red Green Blue C M Y K H S L
Decimal 102 59 186 0.45 0.68 0 0.27 260.31 0.52 0.48
Hex 66 3B BA 2D 44 0 1B 104 34 30
Octal 146 73 272 55 104 0 33 404 64 60
Binary 1100110 111011 10111010 101101 1000100 0 11011 100000100 110100 110000

Color Harmonies of #663BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663BBA

Black with #663BBA

Text Example


Text Example

White with #663BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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