Html Css Color HEX #693CDA Purple Heart

📋 copy color: '#693CDA'

red 105 ◦ green 60 ◦ blue 218

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

Shades of Purple Heart #693CDA

Tints of Purple Heart #693CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.92%

R = 27.42%
G = 15.67%
B = 56.92%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#693CDA (or 0x693CDA) is known color: Purple Heart. HEX triplet: 69, 3C and DA. RGB value is (105,60,218). Sum of RGB (Red+Green+Blue) = 105+60+218=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #693CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693CDA is #96C325. Grayscale: #5A5A5A. Windows color (decimal): -9880358 or 14302313. OLE color: 14302313.

HSL color Cylindrical-coordinate representation of color #693CDA: hue angle of 257.09º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #693CDA is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 60 218 -
CMYK 0.52 0.72 0 0.15
HSL 257.09º 0.68% 0.55% -
HSV(B) 257.09º 0.72% 0.85% -
XYZ 20.1 11.3 67.45 -
YUV 91.47 199.41 137.65 -
System Red Green Blue C M Y K H S L
Decimal 105 60 218 0.52 0.72 0 0.15 257.09 0.68 0.55
Hex 69 3C DA 34 48 0 F 101 44 37
Octal 151 74 332 64 110 0 17 401 104 67
Binary 1101001 111100 11011010 110100 1001000 0 1111 100000001 1000100 110111

Color Harmonies of #693CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693CDA

Black with #693CDA

Text Example


Text Example

White with #693CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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