Html Css Color HEX #6933C1 Purple Heart

📋 copy color: '#6933C1'

red 105 ◦ green 51 ◦ blue 193

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

Shades of Purple Heart #6933C1

Tints of Purple Heart #6933C1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.61%

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

R = 30.09%
G = 14.61%
B = 55.3%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6933C1 (or 0x6933C1) is known color: Purple Heart. HEX triplet: 69, 33 and C1. RGB value is (105,51,193). Sum of RGB (Red+Green+Blue) = 105+51+193=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 193 (75.78% from 255 or 55.30% from 349); Max value from RGB is 193 - color contains mainly: blue. Hex color #6933C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6933C1 is #96CC3E. Grayscale: #525252. Windows color (decimal): -9882687 or 12661609. OLE color: 12661609.

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

Color convert

RGB 105 51 193 -
CMYK 0.46 0.74 0 0.24
HSL 262.82º 0.58% 0.48% -
HSV(B) 262.82º 0.74% 0.76% -
XYZ 16.64 9.22 51.36 -
YUV 83.33 189.89 143.45 -
System Red Green Blue C M Y K H S L
Decimal 105 51 193 0.46 0.74 0 0.24 262.82 0.58 0.48
Hex 69 33 C1 2E 4A 0 18 107 3A 30
Octal 151 63 301 56 112 0 30 407 72 60
Binary 1101001 110011 11000001 101110 1001010 0 11000 100000111 111010 110000

Color Harmonies of #6933C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6933C1

Black with #6933C1

Text Example


Text Example

White with #6933C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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