Html Css Color HEX #693BCB Purple Heart

📋 copy color: '#693BCB'

red 105 ◦ green 59 ◦ blue 203

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

Shades of Purple Heart #693BCB

Tints of Purple Heart #693BCB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.08%

 BLUE value IS 203 (79.69% from 255) = 55.31%

R = 28.61%
G = 16.08%
B = 55.31%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#693BCB (or 0x693BCB) is known color: Purple Heart. HEX triplet: 69, 3B and CB. RGB value is (105,59,203). Sum of RGB (Red+Green+Blue) = 105+59+203=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #693BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693BCB is #96C434. Grayscale: #585858. Windows color (decimal): -9880629 or 13319017. OLE color: 13319017.

HSL color Cylindrical-coordinate representation of color #693BCB: hue angle of 259.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #693BCB is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 59 203 -
CMYK 0.48 0.71 0 0.20
HSL 259.17º 0.58% 0.51% -
HSV(B) 259.17º 0.71% 0.8% -
XYZ 18.17 10.44 57.56 -
YUV 89.17 192.24 139.29 -
System Red Green Blue C M Y K H S L
Decimal 105 59 203 0.48 0.71 0 0.20 259.17 0.58 0.51
Hex 69 3B CB 30 47 0 14 103 3A 33
Octal 151 73 313 60 107 0 24 403 72 63
Binary 1101001 111011 11001011 110000 1000111 0 10100 100000011 111010 110011

Color Harmonies of #693BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693BCB

Black with #693BCB

Text Example


Text Example

White with #693BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,59,203); }

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

background-color css

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

 a { background-color: rgb(105,59,203); }

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

border-color css

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

 span { border-color: rgb(105,59,203); }

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