Html Css Color HEX #663DBA Purple Heart

📋 copy color: '#663DBA'

red 102 ◦ green 61 ◦ blue 186

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

Shades of Purple Heart #663DBA

Tints of Purple Heart #663DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.48%

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

R = 29.23%
G = 17.48%
B = 53.3%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#663DBA (or 0x663DBA) is known color: Purple Heart. HEX triplet: 66, 3D and BA. RGB value is (102,61,186). Sum of RGB (Red+Green+Blue) = 102+61+186=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #663DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DBA is #99C245. Grayscale: #575757. Windows color (decimal): -10076742 or 12205414. OLE color: 12205414.

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

Color convert

RGB 102 61 186 -
CMYK 0.45 0.67 0 0.27
HSL 259.68º 0.51% 0.48% -
HSV(B) 259.68º 0.67% 0.73% -
XYZ 16.01 9.71 47.48 -
YUV 87.51 183.58 138.34 -
System Red Green Blue C M Y K H S L
Decimal 102 61 186 0.45 0.67 0 0.27 259.68 0.51 0.48
Hex 66 3D BA 2D 43 0 1B 104 33 30
Octal 146 75 272 55 103 0 33 404 63 60
Binary 1100110 111101 10111010 101101 1000011 0 11011 100000100 110011 110000

Color Harmonies of #663DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663DBA

Black with #663DBA

Text Example


Text Example

White with #663DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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