Html Css Color HEX #6907BD Purple Heart

📋 copy color: '#6907BD'

red 105 ◦ green 7 ◦ blue 189

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

Shades of Purple Heart #6907BD

Tints of Purple Heart #6907BD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

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

R = 34.88%
G = 2.33%
B = 62.79%

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

#6907BD (or 0x6907BD) is known color: Purple Heart. HEX triplet: 69, 07 and BD. RGB value is (105,7,189). Sum of RGB (Red+Green+Blue) = 105+7+189=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #6907BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6907BD is #96F842. Grayscale: #383838. Windows color (decimal): -9893955 or 12388201. OLE color: 12388201.

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

Color convert

RGB 105 7 189 -
CMYK 0.44 0.96 0 0.26
HSL 272.31º 0.93% 0.38% -
HSV(B) 272.31º 0.96% 0.74% -
XYZ 15.09 6.83 48.67 -
YUV 57.05 202.47 162.2 -
System Red Green Blue C M Y K H S L
Decimal 105 7 189 0.44 0.96 0 0.26 272.31 0.93 0.38
Hex 69 7 BD 2C 60 0 1A 110 5D 26
Octal 151 7 275 54 140 0 32 420 135 46
Binary 1101001 111 10111101 101100 1100000 0 11010 100010000 1011101 100110

Color Harmonies of #6907BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6907BD

Black with #6907BD

Text Example


Text Example

White with #6907BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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