Html Css Color HEX #6935BD Purple Heart

📋 copy color: '#6935BD'

red 105 ◦ green 53 ◦ blue 189

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

Shades of Purple Heart #6935BD

Tints of Purple Heart #6935BD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.27%

 BLUE value IS 189 (74.22% from 255) = 54.47%

R = 30.26%
G = 15.27%
B = 54.47%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6935BD (or 0x6935BD) is known color: Purple Heart. HEX triplet: 69, 35 and BD. RGB value is (105,53,189). Sum of RGB (Red+Green+Blue) = 105+53+189=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #6935BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6935BD is #96CA42. Grayscale: #535353. Windows color (decimal): -9882179 or 12399977. OLE color: 12399977.

HSL color Cylindrical-coordinate representation of color #6935BD: hue angle of 262.94º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6935BD is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 53 189 -
CMYK 0.44 0.72 0 0.26
HSL 262.94º 0.56% 0.47% -
HSV(B) 262.94º 0.72% 0.74% -
XYZ 16.28 9.22 49.07 -
YUV 84.05 187.23 142.94 -
System Red Green Blue C M Y K H S L
Decimal 105 53 189 0.44 0.72 0 0.26 262.94 0.56 0.47
Hex 69 35 BD 2C 48 0 1A 107 38 2F
Octal 151 65 275 54 110 0 32 407 70 57
Binary 1101001 110101 10111101 101100 1001000 0 11010 100000111 111000 101111

Color Harmonies of #6935BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6935BD

Black with #6935BD

Text Example


Text Example

White with #6935BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6935BD; }

 p { color: rgb(105,53,189); }

 H1.HeaderClassName
 {
   color: #6935BD;
 }
 .AnyTagClassName
 {
   color: #6935BD;
 }
</style>

background-color css

<style>
 a { background-color: #6935BD; }

 a { background-color: rgb(105,53,189); }

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

border-color css

<style>
 span { border-color: #6935BD; }

 span { border-color: rgb(105,53,189); }

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