Html Css Color HEX #693CDD Purple Heart

📋 copy color: '#693CDD'

red 105 ◦ green 60 ◦ blue 221

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

Shades of Purple Heart #693CDD

Tints of Purple Heart #693CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 27.2%
G = 15.54%
B = 57.25%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#693CDD (or 0x693CDD) is known color: Purple Heart. HEX triplet: 69, 3C and DD. RGB value is (105,60,221). Sum of RGB (Red+Green+Blue) = 105+60+221=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #693CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693CDD is #96C322. Grayscale: #5B5B5B. Windows color (decimal): -9880355 or 14498921. OLE color: 14498921.

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

Color convert

RGB 105 60 221 -
CMYK 0.52 0.73 0 0.13
HSL 256.77º 0.7% 0.55% -
HSV(B) 256.77º 0.73% 0.87% -
XYZ 20.49 11.46 69.54 -
YUV 91.81 200.91 137.41 -
System Red Green Blue C M Y K H S L
Decimal 105 60 221 0.52 0.73 0 0.13 256.77 0.7 0.55
Hex 69 3C DD 34 49 0 D 101 46 37
Octal 151 74 335 64 111 0 15 401 106 67
Binary 1101001 111100 11011101 110100 1001001 0 1101 100000001 1000110 110111

Color Harmonies of #693CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693CDD

Black with #693CDD

Text Example


Text Example

White with #693CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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