Html Css Color HEX #663DC8 Purple Heart

📋 copy color: '#663DC8'

red 102 ◦ green 61 ◦ blue 200

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

Shades of Purple Heart #663DC8

Tints of Purple Heart #663DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 55.1%

R = 28.1%
G = 16.8%
B = 55.1%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#663DC8 (or 0x663DC8) is known color: Purple Heart. HEX triplet: 66, 3D and C8. RGB value is (102,61,200). Sum of RGB (Red+Green+Blue) = 102+61+200=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 200 (78.52% from 255 or 55.10% from 363); Max value from RGB is 200 - color contains mainly: blue. Hex color #663DC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DC8 is #99C237. Grayscale: #585858. Windows color (decimal): -10076728 or 13122918. OLE color: 13122918.

HSL color Cylindrical-coordinate representation of color #663DC8: hue angle of 257.7º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #663DC8 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 61 200 -
CMYK 0.49 0.69 0 0.22
HSL 257.7º 0.56% 0.51% -
HSV(B) 257.7º 0.7% 0.78% -
XYZ 17.57 10.33 55.71 -
YUV 89.11 190.58 137.2 -
System Red Green Blue C M Y K H S L
Decimal 102 61 200 0.49 0.69 0 0.22 257.7 0.56 0.51
Hex 66 3D C8 31 45 0 16 102 38 33
Octal 146 75 310 61 105 0 26 402 70 63
Binary 1100110 111101 11001000 110001 1000101 0 10110 100000010 111000 110011

Color Harmonies of #663DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663DC8

Black with #663DC8

Text Example


Text Example

White with #663DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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