Html Css Color HEX #663DB3 Purple Heart

📋 copy color: '#663DB3'

red 102 ◦ green 61 ◦ blue 179

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

Shades of Purple Heart #663DB3

Tints of Purple Heart #663DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.34%

R = 29.82%
G = 17.84%
B = 52.34%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#663DB3 (or 0x663DB3) is known color: Purple Heart. HEX triplet: 66, 3D and B3. RGB value is (102,61,179). Sum of RGB (Red+Green+Blue) = 102+61+179=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #663DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DB3 is #99C24C. Grayscale: #565656. Windows color (decimal): -10076749 or 11746662. OLE color: 11746662.

HSL color Cylindrical-coordinate representation of color #663DB3: hue angle of 260.85º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #663DB3 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 61 179 -
CMYK 0.43 0.66 0 0.30
HSL 260.85º 0.49% 0.47% -
HSV(B) 260.85º 0.66% 0.7% -
XYZ 15.28 9.42 43.66 -
YUV 86.71 180.08 138.91 -
System Red Green Blue C M Y K H S L
Decimal 102 61 179 0.43 0.66 0 0.30 260.85 0.49 0.47
Hex 66 3D B3 2B 42 0 1E 105 31 2F
Octal 146 75 263 53 102 0 36 405 61 57
Binary 1100110 111101 10110011 101011 1000010 0 11110 100000101 110001 101111

Color Harmonies of #663DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663DB3

Black with #663DB3

Text Example


Text Example

White with #663DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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