Html Css Color HEX #663DC2 Purple Heart

📋 copy color: '#663DC2'

red 102 ◦ green 61 ◦ blue 194

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

Shades of Purple Heart #663DC2

Tints of Purple Heart #663DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 54.34%

R = 28.57%
G = 17.09%
B = 54.34%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#663DC2 (or 0x663DC2) is known color: Purple Heart. HEX triplet: 66, 3D and C2. RGB value is (102,61,194). Sum of RGB (Red+Green+Blue) = 102+61+194=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 194 (76.17% from 255 or 54.34% from 357); Max value from RGB is 194 - color contains mainly: blue. Hex color #663DC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DC2 is #99C23D. Grayscale: #575757. Windows color (decimal): -10076734 or 12729702. OLE color: 12729702.

HSL color Cylindrical-coordinate representation of color #663DC2: hue angle of 258.5º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #663DC2 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 61 194 -
CMYK 0.47 0.69 0 0.24
HSL 258.5º 0.52% 0.5% -
HSV(B) 258.5º 0.69% 0.76% -
XYZ 16.89 10.06 52.09 -
YUV 88.42 187.58 137.69 -
System Red Green Blue C M Y K H S L
Decimal 102 61 194 0.47 0.69 0 0.24 258.5 0.52 0.5
Hex 66 3D C2 2F 45 0 18 102 34 32
Octal 146 75 302 57 105 0 30 402 64 62
Binary 1100110 111101 11000010 101111 1000101 0 11000 100000010 110100 110010

Color Harmonies of #663DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663DC2

Black with #663DC2

Text Example


Text Example

White with #663DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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