Html Css Color HEX #6934CE Purple Heart

📋 copy color: '#6934CE'

red 105 ◦ green 52 ◦ blue 206

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

Shades of Purple Heart #6934CE

Tints of Purple Heart #6934CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.33%

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

R = 28.93%
G = 14.33%
B = 56.75%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6934CE (or 0x6934CE) is known color: Purple Heart. HEX triplet: 69, 34 and CE. RGB value is (105,52,206). Sum of RGB (Red+Green+Blue) = 105+52+206=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #6934CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6934CE is #96CB31. Grayscale: #545454. Windows color (decimal): -9882418 or 13513833. OLE color: 13513833.

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

Color convert

RGB 105 52 206 -
CMYK 0.49 0.75 0 0.19
HSL 260.65º 0.61% 0.51% -
HSV(B) 260.65º 0.75% 0.81% -
XYZ 18.19 9.92 59.35 -
YUV 85.4 196.06 141.98 -
System Red Green Blue C M Y K H S L
Decimal 105 52 206 0.49 0.75 0 0.19 260.65 0.61 0.51
Hex 69 34 CE 31 4B 0 13 105 3D 33
Octal 151 64 316 61 113 0 23 405 75 63
Binary 1101001 110100 11001110 110001 1001011 0 10011 100000101 111101 110011

Color Harmonies of #6934CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6934CE

Black with #6934CE

Text Example


Text Example

White with #6934CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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