Html Css Color HEX #663FBA Purple Heart

📋 copy color: '#663FBA'

red 102 ◦ green 63 ◦ blue 186

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

Shades of Purple Heart #663FBA

Tints of Purple Heart #663FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 17.95%

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

R = 29.06%
G = 17.95%
B = 52.99%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#663FBA (or 0x663FBA) is known color: Purple Heart. HEX triplet: 66, 3F and BA. RGB value is (102,63,186). Sum of RGB (Red+Green+Blue) = 102+63+186=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #663FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663FBA is #99C045. Grayscale: #585858. Windows color (decimal): -10076230 or 12205926. OLE color: 12205926.

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

Color convert

RGB 102 63 186 -
CMYK 0.45 0.66 0 0.27
HSL 259.02º 0.49% 0.49% -
HSV(B) 259.02º 0.66% 0.73% -
XYZ 16.12 9.92 47.52 -
YUV 88.68 182.92 137.5 -
System Red Green Blue C M Y K H S L
Decimal 102 63 186 0.45 0.66 0 0.27 259.02 0.49 0.49
Hex 66 3F BA 2D 42 0 1B 103 31 31
Octal 146 77 272 55 102 0 33 403 61 61
Binary 1100110 111111 10111010 101101 1000010 0 11011 100000011 110001 110001

Color Harmonies of #663FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663FBA

Black with #663FBA

Text Example


Text Example

White with #663FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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