Html Css Color HEX #6904C0 Purple Heart

📋 copy color: '#6904C0'

red 105 ◦ green 4 ◦ blue 192

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

Shades of Purple Heart #6904C0

Tints of Purple Heart #6904C0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

 BLUE value IS 192 (75.39% from 255) = 63.79%

R = 34.88%
G = 1.33%
B = 63.79%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6904C0 (or 0x6904C0) is known color: Purple Heart. HEX triplet: 69, 04 and C0. RGB value is (105,4,192). Sum of RGB (Red+Green+Blue) = 105+4+192=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 192 (75.39% from 255 or 63.79% from 301); Max value from RGB is 192 - color contains mainly: blue. Hex color #6904C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6904C0 is #96FB3F. Grayscale: #363636. Windows color (decimal): -9894720 or 12584041. OLE color: 12584041.

HSL color Cylindrical-coordinate representation of color #6904C0: hue angle of 272.23º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6904C0 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 4 192 -
CMYK 0.45 0.98 0 0.25
HSL 272.23º 0.96% 0.38% -
HSV(B) 272.23º 0.98% 0.75% -
XYZ 15.38 6.9 50.39 -
YUV 55.63 204.96 163.21 -
System Red Green Blue C M Y K H S L
Decimal 105 4 192 0.45 0.98 0 0.25 272.23 0.96 0.38
Hex 69 4 C0 2D 62 0 19 110 60 26
Octal 151 4 300 55 142 0 31 420 140 46
Binary 1101001 100 11000000 101101 1100010 0 11001 100010000 1100000 100110

Color Harmonies of #6904C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6904C0

Black with #6904C0

Text Example


Text Example

White with #6904C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6904C0; }

 p { color: rgb(105,4,192); }

 H1.HeaderClassName
 {
   color: #6904C0;
 }
 .AnyTagClassName
 {
   color: #6904C0;
 }
</style>

background-color css

<style>
 a { background-color: #6904C0; }

 a { background-color: rgb(105,4,192); }

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

border-color css

<style>
 span { border-color: #6904C0; }

 span { border-color: rgb(105,4,192); }

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