Html Css Color HEX #663DBB Purple Heart

📋 copy color: '#663DBB'

red 102 ◦ green 61 ◦ blue 187

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

Shades of Purple Heart #663DBB

Tints of Purple Heart #663DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 29.14%
G = 17.43%
B = 53.43%

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

#663DBB (or 0x663DBB) is known color: Purple Heart. HEX triplet: 66, 3D and BB. RGB value is (102,61,187). Sum of RGB (Red+Green+Blue) = 102+61+187=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #663DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DBB is #99C244. Grayscale: #575757. Windows color (decimal): -10076741 or 12270950. OLE color: 12270950.

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

Color convert

RGB 102 61 187 -
CMYK 0.45 0.67 0 0.27
HSL 259.52º 0.51% 0.49% -
HSV(B) 259.52º 0.67% 0.73% -
XYZ 16.12 9.75 48.05 -
YUV 87.62 184.08 138.25 -
System Red Green Blue C M Y K H S L
Decimal 102 61 187 0.45 0.67 0 0.27 259.52 0.51 0.49
Hex 66 3D BB 2D 43 0 1B 104 33 31
Octal 146 75 273 55 103 0 33 404 63 61
Binary 1100110 111101 10111011 101101 1000011 0 11011 100000100 110011 110001

Color Harmonies of #663DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663DBB

Black with #663DBB

Text Example


Text Example

White with #663DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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