Html Css Color HEX #693DCD Purple Heart

📋 copy color: '#693DCD'

red 105 ◦ green 61 ◦ blue 205

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

Shades of Purple Heart #693DCD

Tints of Purple Heart #693DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.26%

R = 28.3%
G = 16.44%
B = 55.26%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#693DCD (or 0x693DCD) is known color: Purple Heart. HEX triplet: 69, 3D and CD. RGB value is (105,61,205). Sum of RGB (Red+Green+Blue) = 105+61+205=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #693DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693DCD is #96C232. Grayscale: #5A5A5A. Windows color (decimal): -9880115 or 13450601. OLE color: 13450601.

HSL color Cylindrical-coordinate representation of color #693DCD: hue angle of 258.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #693DCD is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 61 205 -
CMYK 0.49 0.70 0 0.20
HSL 258.33º 0.59% 0.52% -
HSV(B) 258.33º 0.7% 0.8% -
XYZ 18.51 10.75 58.86 -
YUV 90.57 192.58 138.29 -
System Red Green Blue C M Y K H S L
Decimal 105 61 205 0.49 0.70 0 0.20 258.33 0.59 0.52
Hex 69 3D CD 31 46 0 14 102 3B 34
Octal 151 75 315 61 106 0 24 402 73 64
Binary 1101001 111101 11001101 110001 1000110 0 10100 100000010 111011 110100

Color Harmonies of #693DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693DCD

Black with #693DCD

Text Example


Text Example

White with #693DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,61,205); }

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

background-color css

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

 a { background-color: rgb(105,61,205); }

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

border-color css

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

 span { border-color: rgb(105,61,205); }

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