Html Css Color HEX #6907CC Purple Heart

📋 copy color: '#6907CC'

red 105 ◦ green 7 ◦ blue 204

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

Shades of Purple Heart #6907CC

Tints of Purple Heart #6907CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.56%

R = 33.23%
G = 2.22%
B = 64.56%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6907CC (or 0x6907CC) is known color: Purple Heart. HEX triplet: 69, 07 and CC. RGB value is (105,7,204). Sum of RGB (Red+Green+Blue) = 105+7+204=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #6907CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6907CC is #96F833. Grayscale: #3A3A3A. Windows color (decimal): -9893940 or 13371241. OLE color: 13371241.

HSL color Cylindrical-coordinate representation of color #6907CC: hue angle of 269.85º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6907CC is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 7 204 -
CMYK 0.49 0.97 0 0.2
HSL 269.85º 0.93% 0.41% -
HSV(B) 269.85º 0.97% 0.8% -
XYZ 16.8 7.51 57.69 -
YUV 58.76 209.97 160.98 -
System Red Green Blue C M Y K H S L
Decimal 105 7 204 0.49 0.97 0 0.2 269.85 0.93 0.41
Hex 69 7 CC 31 61 0 14 10E 5D 29
Octal 151 7 314 61 141 0 24 416 135 51
Binary 1101001 111 11001100 110001 1100001 0 10100 100001110 1011101 101001

Color Harmonies of #6907CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6907CC

Black with #6907CC

Text Example


Text Example

White with #6907CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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