Html Css Color HEX #663DCF Purple Heart

📋 copy color: '#663DCF'

red 102 ◦ green 61 ◦ blue 207

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

Shades of Purple Heart #663DCF

Tints of Purple Heart #663DCF

RGB

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

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

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

R = 27.57%
G = 16.49%
B = 55.95%

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

#663DCF (or 0x663DCF) is known color: Purple Heart. HEX triplet: 66, 3D and CF. RGB value is (102,61,207). Sum of RGB (Red+Green+Blue) = 102+61+207=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #663DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DCF is #99C230. Grayscale: #595959. Windows color (decimal): -10076721 or 13581670. OLE color: 13581670.

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

Color convert

RGB 102 61 207 -
CMYK 0.51 0.71 0 0.19
HSL 256.85º 0.6% 0.53% -
HSV(B) 256.85º 0.71% 0.81% -
XYZ 18.41 10.67 60.12 -
YUV 89.9 194.08 136.63 -
System Red Green Blue C M Y K H S L
Decimal 102 61 207 0.51 0.71 0 0.19 256.85 0.6 0.53
Hex 66 3D CF 33 47 0 13 101 3C 35
Octal 146 75 317 63 107 0 23 401 74 65
Binary 1100110 111101 11001111 110011 1000111 0 10011 100000001 111100 110101

Color Harmonies of #663DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663DCF

Black with #663DCF

Text Example


Text Example

White with #663DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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