Html Css Color HEX #6939DB Purple Heart

📋 copy color: '#6939DB'

red 105 ◦ green 57 ◦ blue 219

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

Shades of Purple Heart #6939DB

Tints of Purple Heart #6939DB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.96%

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

R = 27.56%
G = 14.96%
B = 57.48%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6939DB (or 0x6939DB) is known color: Purple Heart. HEX triplet: 69, 39 and DB. RGB value is (105,57,219). Sum of RGB (Red+Green+Blue) = 105+57+219=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #6939DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6939DB is #96C624. Grayscale: #595959. Windows color (decimal): -9881125 or 14367081. OLE color: 14367081.

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

Color convert

RGB 105 57 219 -
CMYK 0.52 0.74 0 0.14
HSL 257.78º 0.69% 0.54% -
HSV(B) 257.78º 0.74% 0.86% -
XYZ 20.08 11.04 68.09 -
YUV 89.82 200.9 138.83 -
System Red Green Blue C M Y K H S L
Decimal 105 57 219 0.52 0.74 0 0.14 257.78 0.69 0.54
Hex 69 39 DB 34 4A 0 E 102 45 36
Octal 151 71 333 64 112 0 16 402 105 66
Binary 1101001 111001 11011011 110100 1001010 0 1110 100000010 1000101 110110

Color Harmonies of #6939DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6939DB

Black with #6939DB

Text Example


Text Example

White with #6939DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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