Html Css Color HEX #6925CC Purple Heart

📋 copy color: '#6925CC'

red 105 ◦ green 37 ◦ blue 204

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

Shades of Purple Heart #6925CC

Tints of Purple Heart #6925CC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.69%

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

R = 30.35%
G = 10.69%
B = 58.96%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6925CC (or 0x6925CC) is known color: Purple Heart. HEX triplet: 69, 25 and CC. RGB value is (105,37,204). Sum of RGB (Red+Green+Blue) = 105+37+204=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #6925CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6925CC is #96DA33. Grayscale: #4B4B4B. Windows color (decimal): -9886260 or 13378921. OLE color: 13378921.

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

Color convert

RGB 105 37 204 -
CMYK 0.49 0.82 0 0.2
HSL 264.43º 0.69% 0.47% -
HSV(B) 264.43º 0.82% 0.8% -
XYZ 17.39 8.69 57.89 -
YUV 76.37 200.03 148.42 -
System Red Green Blue C M Y K H S L
Decimal 105 37 204 0.49 0.82 0 0.2 264.43 0.69 0.47
Hex 69 25 CC 31 52 0 14 108 45 2F
Octal 151 45 314 61 122 0 24 410 105 57
Binary 1101001 100101 11001100 110001 1010010 0 10100 100001000 1000101 101111

Color Harmonies of #6925CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6925CC

Black with #6925CC

Text Example


Text Example

White with #6925CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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