Html Css Color HEX #663CCF Purple Heart

📋 copy color: '#663CCF'

red 102 ◦ green 60 ◦ blue 207

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

Shades of Purple Heart #663CCF

Tints of Purple Heart #663CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.26%

 BLUE value IS 207 (81.25% from 255) = 56.1%

R = 27.64%
G = 16.26%
B = 56.1%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#663CCF (or 0x663CCF) is known color: Purple Heart. HEX triplet: 66, 3C and CF. RGB value is (102,60,207). Sum of RGB (Red+Green+Blue) = 102+60+207=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #663CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663CCF is #99C330. Grayscale: #585858. Windows color (decimal): -10076977 or 13581414. OLE color: 13581414.

HSL color Cylindrical-coordinate representation of color #663CCF: hue angle of 257.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #663CCF is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 60 207 -
CMYK 0.51 0.71 0 0.19
HSL 257.14º 0.6% 0.52% -
HSV(B) 257.14º 0.71% 0.81% -
XYZ 18.36 10.56 60.1 -
YUV 89.32 194.41 137.05 -
System Red Green Blue C M Y K H S L
Decimal 102 60 207 0.51 0.71 0 0.19 257.14 0.6 0.52
Hex 66 3C CF 33 47 0 13 101 3C 34
Octal 146 74 317 63 107 0 23 401 74 64
Binary 1100110 111100 11001111 110011 1000111 0 10011 100000001 111100 110100

Color Harmonies of #663CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663CCF

Black with #663CCF

Text Example


Text Example

White with #663CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,60,207); }

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

background-color css

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

 a { background-color: rgb(102,60,207); }

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

border-color css

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

 span { border-color: rgb(102,60,207); }

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