Html Css Color HEX #6933B5 Purple Heart

📋 copy color: '#6933B5'

red 105 ◦ green 51 ◦ blue 181

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

Shades of Purple Heart #6933B5

Tints of Purple Heart #6933B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 53.71%

R = 31.16%
G = 15.13%
B = 53.71%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6933B5 (or 0x6933B5) is known color: Purple Heart. HEX triplet: 69, 33 and B5. RGB value is (105,51,181). Sum of RGB (Red+Green+Blue) = 105+51+181=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 181 (71.09% from 255 or 53.71% from 337); Max value from RGB is 181 - color contains mainly: blue. Hex color #6933B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6933B5 is #96CC4A. Grayscale: #515151. Windows color (decimal): -9882699 or 11875177. OLE color: 11875177.

HSL color Cylindrical-coordinate representation of color #6933B5: hue angle of 264.92º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6933B5 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 51 181 -
CMYK 0.42 0.72 0 0.29
HSL 264.92º 0.56% 0.45% -
HSV(B) 264.92º 0.72% 0.71% -
XYZ 15.35 8.71 44.59 -
YUV 81.97 183.89 144.43 -
System Red Green Blue C M Y K H S L
Decimal 105 51 181 0.42 0.72 0 0.29 264.92 0.56 0.45
Hex 69 33 B5 2A 48 0 1D 109 38 2D
Octal 151 63 265 52 110 0 35 411 70 55
Binary 1101001 110011 10110101 101010 1001000 0 11101 100001001 111000 101101

Color Harmonies of #6933B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6933B5

Black with #6933B5

Text Example


Text Example

White with #6933B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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