Html Css Color HEX #6908CD Purple Heart

📋 copy color: '#6908CD'

red 105 ◦ green 8 ◦ blue 205

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

Shades of Purple Heart #6908CD

Tints of Purple Heart #6908CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.47%

R = 33.02%
G = 2.52%
B = 64.47%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6908CD (or 0x6908CD) is known color: Purple Heart. HEX triplet: 69, 08 and CD. RGB value is (105,8,205). Sum of RGB (Red+Green+Blue) = 105+8+205=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #6908CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6908CD is #96F732. Grayscale: #3A3A3A. Windows color (decimal): -9893683 or 13437033. OLE color: 13437033.

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

Color convert

RGB 105 8 205 -
CMYK 0.49 0.96 0 0.20
HSL 269.54º 0.92% 0.42% -
HSV(B) 269.54º 0.96% 0.8% -
XYZ 16.93 7.58 58.33 -
YUV 59.46 210.14 160.48 -
System Red Green Blue C M Y K H S L
Decimal 105 8 205 0.49 0.96 0 0.20 269.54 0.92 0.42
Hex 69 8 CD 31 60 0 14 10E 5C 2A
Octal 151 10 315 61 140 0 24 416 134 52
Binary 1101001 1000 11001101 110001 1100000 0 10100 100001110 1011100 101010

Color Harmonies of #6908CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6908CD

Black with #6908CD

Text Example


Text Example

White with #6908CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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