Html Css Color HEX #693CDC Purple Heart

📋 copy color: '#693CDC'

red 105 ◦ green 60 ◦ blue 220

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

Shades of Purple Heart #693CDC

Tints of Purple Heart #693CDC

RGB

 RED value IS 105 (41.41% from 255) = 27.27%

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

 BLUE value IS 220 (86.33% from 255) = 57.14%

R = 27.27%
G = 15.58%
B = 57.14%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#693CDC (or 0x693CDC) is known color: Purple Heart. HEX triplet: 69, 3C and DC. RGB value is (105,60,220). Sum of RGB (Red+Green+Blue) = 105+60+220=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #693CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693CDC is #96C323. Grayscale: #5B5B5B. Windows color (decimal): -9880356 or 14433385. OLE color: 14433385.

HSL color Cylindrical-coordinate representation of color #693CDC: hue angle of 256.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #693CDC is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 60 220 -
CMYK 0.52 0.73 0 0.14
HSL 256.88º 0.7% 0.55% -
HSV(B) 256.88º 0.73% 0.86% -
XYZ 20.36 11.4 68.84 -
YUV 91.7 200.41 137.49 -
System Red Green Blue C M Y K H S L
Decimal 105 60 220 0.52 0.73 0 0.14 256.88 0.7 0.55
Hex 69 3C DC 34 49 0 E 101 46 37
Octal 151 74 334 64 111 0 16 401 106 67
Binary 1101001 111100 11011100 110100 1001001 0 1110 100000001 1000110 110111

Color Harmonies of #693CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693CDC

Black with #693CDC

Text Example


Text Example

White with #693CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693CDC; }

 p { color: rgb(105,60,220); }

 H1.HeaderClassName
 {
   color: #693CDC;
 }
 .AnyTagClassName
 {
   color: #693CDC;
 }
</style>

background-color css

<style>
 a { background-color: #693CDC; }

 a { background-color: rgb(105,60,220); }

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

border-color css

<style>
 span { border-color: #693CDC; }

 span { border-color: rgb(105,60,220); }

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