Html Css Color HEX #6932E6 Purple Heart

📋 copy color: '#6932E6'

red 105 ◦ green 50 ◦ blue 230

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

Shades of Purple Heart #6932E6

Tints of Purple Heart #6932E6

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.99%

 BLUE value IS 230 (90.23% from 255) = 59.74%

R = 27.27%
G = 12.99%
B = 59.74%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6932E6 (or 0x6932E6) is known color: Purple Heart. HEX triplet: 69, 32 and E6. RGB value is (105,50,230). Sum of RGB (Red+Green+Blue) = 105+50+230=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 230 (90.23% from 255 or 59.74% from 385); Max value from RGB is 230 - color contains mainly: blue. Hex color #6932E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6932E6 is #96CD19. Grayscale: #565656. Windows color (decimal): -9882906 or 15086185. OLE color: 15086185.

HSL color Cylindrical-coordinate representation of color #6932E6: hue angle of 258.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6932E6 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 105 50 230 -
CMYK 0.54 0.78 0 0.10
HSL 258.33º 0.78% 0.55% -
HSV(B) 258.33º 0.78% 0.9% -
XYZ 21.25 11 75.87 -
YUV 86.97 208.72 140.86 -
System Red Green Blue C M Y K H S L
Decimal 105 50 230 0.54 0.78 0 0.10 258.33 0.78 0.55
Hex 69 32 E6 36 4E 0 A 102 4E 37
Octal 151 62 346 66 116 0 12 402 116 67
Binary 1101001 110010 11100110 110110 1001110 0 1010 100000010 1001110 110111

Color Harmonies of #6932E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6932E6

Black with #6932E6

Text Example


Text Example

White with #6932E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6932E6; }

 p { color: rgb(105,50,230); }

 H1.HeaderClassName
 {
   color: #6932E6;
 }
 .AnyTagClassName
 {
   color: #6932E6;
 }
</style>

background-color css

<style>
 a { background-color: #6932E6; }

 a { background-color: rgb(105,50,230); }

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

border-color css

<style>
 span { border-color: #6932E6; }

 span { border-color: rgb(105,50,230); }

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