Html Css Color HEX #6908BD Purple Heart

📋 copy color: '#6908BD'

red 105 ◦ green 8 ◦ blue 189

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

Shades of Purple Heart #6908BD

Tints of Purple Heart #6908BD

RGB

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

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

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

R = 34.77%
G = 2.65%
B = 62.58%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6908BD (or 0x6908BD) is known color: Purple Heart. HEX triplet: 69, 08 and BD. RGB value is (105,8,189). Sum of RGB (Red+Green+Blue) = 105+8+189=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #6908BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6908BD is #96F742. Grayscale: #393939. Windows color (decimal): -9893699 or 12388457. OLE color: 12388457.

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

Color convert

RGB 105 8 189 -
CMYK 0.44 0.96 0 0.26
HSL 272.15º 0.92% 0.39% -
HSV(B) 272.15º 0.96% 0.74% -
XYZ 15.1 6.85 48.67 -
YUV 57.64 202.14 161.78 -
System Red Green Blue C M Y K H S L
Decimal 105 8 189 0.44 0.96 0 0.26 272.15 0.92 0.39
Hex 69 8 BD 2C 60 0 1A 110 5C 27
Octal 151 10 275 54 140 0 32 420 134 47
Binary 1101001 1000 10111101 101100 1100000 0 11010 100010000 1011100 100111

Color Harmonies of #6908BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6908BD

Black with #6908BD

Text Example


Text Example

White with #6908BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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