Html Css Color HEX #6934C1 Purple Heart

📋 copy color: '#6934C1'

red 105 ◦ green 52 ◦ blue 193

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

Shades of Purple Heart #6934C1

Tints of Purple Heart #6934C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 55.14%

R = 30%
G = 14.86%
B = 55.14%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6934C1 (or 0x6934C1) is known color: Purple Heart. HEX triplet: 69, 34 and C1. RGB value is (105,52,193). Sum of RGB (Red+Green+Blue) = 105+52+193=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 193 (75.78% from 255 or 55.14% from 350); Max value from RGB is 193 - color contains mainly: blue. Hex color #6934C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6934C1 is #96CB3E. Grayscale: #535353. Windows color (decimal): -9882431 or 12661865. OLE color: 12661865.

HSL color Cylindrical-coordinate representation of color #6934C1: hue angle of 262.55º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6934C1 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 52 193 -
CMYK 0.46 0.73 0 0.24
HSL 262.55º 0.58% 0.48% -
HSV(B) 262.55º 0.73% 0.76% -
XYZ 16.68 9.31 51.37 -
YUV 83.92 189.56 143.04 -
System Red Green Blue C M Y K H S L
Decimal 105 52 193 0.46 0.73 0 0.24 262.55 0.58 0.48
Hex 69 34 C1 2E 49 0 18 107 3A 30
Octal 151 64 301 56 111 0 30 407 72 60
Binary 1101001 110100 11000001 101110 1001001 0 11000 100000111 111010 110000

Color Harmonies of #6934C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6934C1

Black with #6934C1

Text Example


Text Example

White with #6934C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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