Html Css Color HEX #6941CB Purple Heart

📋 copy color: '#6941CB'

red 105 ◦ green 65 ◦ blue 203

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

Shades of Purple Heart #6941CB

Tints of Purple Heart #6941CB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.43%

 BLUE value IS 203 (79.69% from 255) = 54.42%

R = 28.15%
G = 17.43%
B = 54.42%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6941CB (or 0x6941CB) is known color: Purple Heart. HEX triplet: 69, 41 and CB. RGB value is (105,65,203). Sum of RGB (Red+Green+Blue) = 105+65+203=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #6941CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6941CB is #96BE34. Grayscale: #5C5C5C. Windows color (decimal): -9879093 or 13320553. OLE color: 13320553.

HSL color Cylindrical-coordinate representation of color #6941CB: hue angle of 257.39º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6941CB is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 65 203 -
CMYK 0.48 0.68 0 0.20
HSL 257.39º 0.57% 0.53% -
HSV(B) 257.39º 0.68% 0.8% -
XYZ 18.5 11.1 57.67 -
YUV 92.69 190.25 136.78 -
System Red Green Blue C M Y K H S L
Decimal 105 65 203 0.48 0.68 0 0.20 257.39 0.57 0.53
Hex 69 41 CB 30 44 0 14 101 39 35
Octal 151 101 313 60 104 0 24 401 71 65
Binary 1101001 1000001 11001011 110000 1000100 0 10100 100000001 111001 110101

Color Harmonies of #6941CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6941CB

Black with #6941CB

Text Example


Text Example

White with #6941CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6941CB; }

 p { color: rgb(105,65,203); }

 H1.HeaderClassName
 {
   color: #6941CB;
 }
 .AnyTagClassName
 {
   color: #6941CB;
 }
</style>

background-color css

<style>
 a { background-color: #6941CB; }

 a { background-color: rgb(105,65,203); }

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

border-color css

<style>
 span { border-color: #6941CB; }

 span { border-color: rgb(105,65,203); }

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