Html Css Color HEX #6939CA Purple Heart

📋 copy color: '#6939CA'

red 105 ◦ green 57 ◦ blue 202

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

Shades of Purple Heart #6939CA

Tints of Purple Heart #6939CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.49%

R = 28.85%
G = 15.66%
B = 55.49%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6939CA (or 0x6939CA) is known color: Purple Heart. HEX triplet: 69, 39 and CA. RGB value is (105,57,202). Sum of RGB (Red+Green+Blue) = 105+57+202=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #6939CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6939CA is #96C635. Grayscale: #575757. Windows color (decimal): -9881142 or 13252969. OLE color: 13252969.

HSL color Cylindrical-coordinate representation of color #6939CA: hue angle of 259.86º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6939CA is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 105 57 202 -
CMYK 0.48 0.72 0 0.21
HSL 259.86º 0.58% 0.51% -
HSV(B) 259.86º 0.72% 0.79% -
XYZ 17.95 10.19 56.9 -
YUV 87.88 192.4 140.21 -
System Red Green Blue C M Y K H S L
Decimal 105 57 202 0.48 0.72 0 0.21 259.86 0.58 0.51
Hex 69 39 CA 30 48 0 15 104 3A 33
Octal 151 71 312 60 110 0 25 404 72 63
Binary 1101001 111001 11001010 110000 1001000 0 10101 100000100 111010 110011

Color Harmonies of #6939CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6939CA

Black with #6939CA

Text Example


Text Example

White with #6939CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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