Html Css Color HEX #6936DB Purple Heart

📋 copy color: '#6936DB'

red 105 ◦ green 54 ◦ blue 219

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

Shades of Purple Heart #6936DB

Tints of Purple Heart #6936DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.29%

 BLUE value IS 219 (85.94% from 255) = 57.94%

R = 27.78%
G = 14.29%
B = 57.94%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6936DB (or 0x6936DB) is known color: Purple Heart. HEX triplet: 69, 36 and DB. RGB value is (105,54,219). Sum of RGB (Red+Green+Blue) = 105+54+219=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #6936DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6936DB is #96C924. Grayscale: #575757. Windows color (decimal): -9881893 or 14366313. OLE color: 14366313.

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

Color convert

RGB 105 54 219 -
CMYK 0.52 0.75 0 0.14
HSL 258.55º 0.7% 0.54% -
HSV(B) 258.55º 0.75% 0.86% -
XYZ 19.93 10.76 68.04 -
YUV 88.06 201.9 140.08 -
System Red Green Blue C M Y K H S L
Decimal 105 54 219 0.52 0.75 0 0.14 258.55 0.7 0.54
Hex 69 36 DB 34 4B 0 E 103 46 36
Octal 151 66 333 64 113 0 16 403 106 66
Binary 1101001 110110 11011011 110100 1001011 0 1110 100000011 1000110 110110

Color Harmonies of #6936DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6936DB

Black with #6936DB

Text Example


Text Example

White with #6936DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6936DB; }

 p { color: rgb(105,54,219); }

 H1.HeaderClassName
 {
   color: #6936DB;
 }
 .AnyTagClassName
 {
   color: #6936DB;
 }
</style>

background-color css

<style>
 a { background-color: #6936DB; }

 a { background-color: rgb(105,54,219); }

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

border-color css

<style>
 span { border-color: #6936DB; }

 span { border-color: rgb(105,54,219); }

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