Html Css Color HEX #6907AF Purple Heart

📋 copy color: '#6907AF'

red 105 ◦ green 7 ◦ blue 175

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

Shades of Purple Heart #6907AF

Tints of Purple Heart #6907AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.98%

R = 36.59%
G = 2.44%
B = 60.98%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6907AF (or 0x6907AF) is known color: Purple Heart. HEX triplet: 69, 07 and AF. RGB value is (105,7,175). Sum of RGB (Red+Green+Blue) = 105+7+175=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #6907AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6907AF is #96F850. Grayscale: #363636. Windows color (decimal): -9893969 or 11470697. OLE color: 11470697.

HSL color Cylindrical-coordinate representation of color #6907AF: hue angle of 275º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6907AF is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 7 175 -
CMYK 0.40 0.96 0 0.31
HSL 275º 0.92% 0.36% -
HSV(B) 275º 0.96% 0.69% -
XYZ 13.64 6.25 41.05 -
YUV 55.45 195.47 163.34 -
System Red Green Blue C M Y K H S L
Decimal 105 7 175 0.40 0.96 0 0.31 275 0.92 0.36
Hex 69 7 AF 28 60 0 1F 113 5C 24
Octal 151 7 257 50 140 0 37 423 134 44
Binary 1101001 111 10101111 101000 1100000 0 11111 100010011 1011100 100100

Color Harmonies of #6907AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6907AF

Black with #6907AF

Text Example


Text Example

White with #6907AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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