Html Css Color HEX #6908B5 Purple Heart

📋 copy color: '#6908B5'

red 105 ◦ green 8 ◦ blue 181

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

Shades of Purple Heart #6908B5

Tints of Purple Heart #6908B5

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.72%

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

R = 35.71%
G = 2.72%
B = 61.56%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6908B5 (or 0x6908B5) is known color: Purple Heart. HEX triplet: 69, 08 and B5. RGB value is (105,8,181). Sum of RGB (Red+Green+Blue) = 105+8+181=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 181 (71.09% from 255 or 61.56% from 294); Max value from RGB is 181 - color contains mainly: blue. Hex color #6908B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6908B5 is #96F74A. Grayscale: #383838. Windows color (decimal): -9893707 or 11864169. OLE color: 11864169.

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

Color convert

RGB 105 8 181 -
CMYK 0.42 0.96 0 0.29
HSL 273.64º 0.92% 0.37% -
HSV(B) 273.64º 0.96% 0.71% -
XYZ 14.25 6.51 44.22 -
YUV 56.73 198.14 162.43 -
System Red Green Blue C M Y K H S L
Decimal 105 8 181 0.42 0.96 0 0.29 273.64 0.92 0.37
Hex 69 8 B5 2A 60 0 1D 112 5C 25
Octal 151 10 265 52 140 0 35 422 134 45
Binary 1101001 1000 10110101 101010 1100000 0 11101 100010010 1011100 100101

Color Harmonies of #6908B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6908B5

Black with #6908B5

Text Example


Text Example

White with #6908B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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