Html Css Color HEX #6913C3 Purple Heart

📋 copy color: '#6913C3'

red 105 ◦ green 19 ◦ blue 195

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

Shades of Purple Heart #6913C3

Tints of Purple Heart #6913C3

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.96%

 BLUE value IS 195 (76.56% from 255) = 61.13%

R = 32.92%
G = 5.96%
B = 61.13%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6913C3 (or 0x6913C3) is known color: Purple Heart. HEX triplet: 69, 13 and C3. RGB value is (105,19,195). Sum of RGB (Red+Green+Blue) = 105+19+195=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 195 (76.56% from 255 or 61.13% from 319); Max value from RGB is 195 - color contains mainly: blue. Hex color #6913C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6913C3 is #96EC3C. Grayscale: #404040. Windows color (decimal): -9890877 or 12784489. OLE color: 12784489.

HSL color Cylindrical-coordinate representation of color #6913C3: hue angle of 269.32º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6913C3 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 19 195 -
CMYK 0.46 0.90 0 0.24
HSL 269.32º 0.82% 0.42% -
HSV(B) 269.32º 0.9% 0.76% -
XYZ 15.91 7.41 52.22 -
YUV 64.78 201.49 156.69 -
System Red Green Blue C M Y K H S L
Decimal 105 19 195 0.46 0.90 0 0.24 269.32 0.82 0.42
Hex 69 13 C3 2E 5A 0 18 10D 52 2A
Octal 151 23 303 56 132 0 30 415 122 52
Binary 1101001 10011 11000011 101110 1011010 0 11000 100001101 1010010 101010

Color Harmonies of #6913C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6913C3

Black with #6913C3

Text Example


Text Example

White with #6913C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6913C3; }

 p { color: rgb(105,19,195); }

 H1.HeaderClassName
 {
   color: #6913C3;
 }
 .AnyTagClassName
 {
   color: #6913C3;
 }
</style>

background-color css

<style>
 a { background-color: #6913C3; }

 a { background-color: rgb(105,19,195); }

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

border-color css

<style>
 span { border-color: #6913C3; }

 span { border-color: rgb(105,19,195); }

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