Html Css Color HEX #6939CE Purple Heart

📋 copy color: '#6939CE'

red 105 ◦ green 57 ◦ blue 206

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

Shades of Purple Heart #6939CE

Tints of Purple Heart #6939CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.98%

R = 28.53%
G = 15.49%
B = 55.98%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6939CE (or 0x6939CE) is known color: Purple Heart. HEX triplet: 69, 39 and CE. RGB value is (105,57,206). Sum of RGB (Red+Green+Blue) = 105+57+206=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #6939CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6939CE is #96C631. Grayscale: #575757. Windows color (decimal): -9881138 or 13515113. OLE color: 13515113.

HSL color Cylindrical-coordinate representation of color #6939CE: hue angle of 259.33º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6939CE is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 57 206 -
CMYK 0.49 0.72 0 0.19
HSL 259.33º 0.6% 0.52% -
HSV(B) 259.33º 0.72% 0.81% -
XYZ 18.43 10.39 59.43 -
YUV 88.34 194.4 139.88 -
System Red Green Blue C M Y K H S L
Decimal 105 57 206 0.49 0.72 0 0.19 259.33 0.6 0.52
Hex 69 39 CE 31 48 0 13 103 3C 34
Octal 151 71 316 61 110 0 23 403 74 64
Binary 1101001 111001 11001110 110001 1001000 0 10011 100000011 111100 110100

Color Harmonies of #6939CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6939CE

Black with #6939CE

Text Example


Text Example

White with #6939CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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